Trim whitespace in "visible-window" blurb. (#123910, Christian Rose)
authorMatthias Clasen <maclas@gmx.de>
Sun, 5 Oct 2003 20:39:17 +0000 (20:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 5 Oct 2003 20:39:17 +0000 (20:39 +0000)
Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
"visible-window" blurb.  (#123910, Christian Rose)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkeventbox.c

index ada395272e74c611ea6e2428996ba1019faccf99..fd2e16c1ef5111322b0fd21bfb3cdd073fa500a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
+       "visible-window" blurb.  (#123910, Christian Rose)
+
 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
index ada395272e74c611ea6e2428996ba1019faccf99..fd2e16c1ef5111322b0fd21bfb3cdd073fa500a6 100644 (file)
@@ -1,3 +1,8 @@
+Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
+       "visible-window" blurb.  (#123910, Christian Rose)
+
 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
index ada395272e74c611ea6e2428996ba1019faccf99..fd2e16c1ef5111322b0fd21bfb3cdd073fa500a6 100644 (file)
@@ -1,3 +1,8 @@
+Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
+       "visible-window" blurb.  (#123910, Christian Rose)
+
 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
index ada395272e74c611ea6e2428996ba1019faccf99..fd2e16c1ef5111322b0fd21bfb3cdd073fa500a6 100644 (file)
@@ -1,3 +1,8 @@
+Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
+       "visible-window" blurb.  (#123910, Christian Rose)
+
 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
index ada395272e74c611ea6e2428996ba1019faccf99..fd2e16c1ef5111322b0fd21bfb3cdd073fa500a6 100644 (file)
@@ -1,3 +1,8 @@
+Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
+       "visible-window" blurb.  (#123910, Christian Rose)
+
 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
index f1d7789c03da48b9aa68fedc31816bcc2dbdf649..442563ed10a012e7467a79e22ee5bb252b4748c3 100644 (file)
@@ -117,7 +117,7 @@ gtk_event_box_class_init (GtkEventBoxClass *class)
                                    PROP_VISIBLE_WINDOW,
                                    g_param_spec_boolean ("visible-window",
                                                         _("Visible Window"),
-                                                        _(" Whether the event box is visible, as opposed to invisible and only used to trap events."),
+                                                        _("Whether the event box is visible, as opposed to invisible and only used to trap events."),
                                                         FALSE,
                                                         G_PARAM_READWRITE));
   g_object_class_install_property (gobject_class,
@@ -241,7 +241,7 @@ gtk_event_box_get_visible_window (GtkEventBox *event_box)
  * you want to set the background to a different color or
  * draw on it.
  *
- * <note>
+ * <note><para>
  * There is one unexpected issue for an invisible event box that has its
  * window below the child. (See gtk_event_box_set_above_child().)
  * Since the input-only window is not an ancestor window of any windows
@@ -250,11 +250,11 @@ gtk_event_box_get_visible_window (GtkEventBox *event_box)
  * The practical effect of this is if an event isn't in the event
  * mask for the descendant window (see gtk_widget_add_events()),  
  * it won't be received by the event box. 
- *
+ * </para><para>
  * This problem doesn't occur for visible event boxes, because in
  * that case, the event box window is actually the ancestor of the
  * descendant windows, not just at the same place on the screen.
- * </note>
+ * </para></note>
  * 
  * Since: 2.4
  **/